home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gnome-panel / glade / panel-run-dialog.glade < prev    next >
Encoding:
Extensible Markup Language  |  2009-04-17  |  13.9 KB  |  278 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
  3. <!--*- mode: xml -*-->
  4. <glade-interface>
  5.   <requires lib="gnome"/>
  6.   <widget class="GtkDialog" id="panel_run_dialog">
  7.     <property name="border_width">5</property>
  8.     <property name="title" translatable="yes">Run Application</property>
  9.     <property name="resizable">False</property>
  10.     <property name="window_position">GTK_WIN_POS_CENTER</property>
  11.     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
  12.     <property name="has_separator">False</property>
  13.     <child internal-child="vbox">
  14.       <widget class="GtkVBox" id="dialog-vbox1">
  15.         <property name="visible">True</property>
  16.         <property name="spacing">2</property>
  17.         <child>
  18.           <widget class="GtkVBox" id="main_box">
  19.             <property name="visible">True</property>
  20.             <property name="border_width">5</property>
  21.             <property name="spacing">6</property>
  22.             <child>
  23.               <widget class="GtkHBox" id="entry_box">
  24.                 <property name="visible">True</property>
  25.                 <child>
  26.                   <widget class="GtkAlignment" id="alignment1">
  27.                     <property name="visible">True</property>
  28.                     <property name="xalign">0</property>
  29.                     <property name="yalign">0</property>
  30.                     <property name="xscale">0</property>
  31.                     <property name="yscale">0</property>
  32.                     <child>
  33.                       <widget class="GtkImage" id="icon_pixmap">
  34.                         <property name="visible">True</property>
  35.                         <property name="xalign">0</property>
  36.                         <property name="yalign">0</property>
  37.                         <property name="stock">gtk-missing-image</property>
  38.                         <accessibility>
  39.                           <atkproperty name="AtkObject::accessible_name" translatable="yes">Command icon</atkproperty>
  40.                           <atkproperty name="AtkObject::accessible_description" translatable="yes">The icon of the command to be run.</atkproperty>
  41.                         </accessibility>
  42.                       </widget>
  43.                     </child>
  44.                   </widget>
  45.                   <packing>
  46.                     <property name="expand">False</property>
  47.                     <property name="fill">False</property>
  48.                     <property name="padding">10</property>
  49.                   </packing>
  50.                 </child>
  51.                 <child>
  52.                   <widget class="GtkVBox" id="vbox2">
  53.                     <property name="visible">True</property>
  54.                     <property name="spacing">6</property>
  55.                     <child>
  56.                       <widget class="GnomeEntry" id="gnome_entry">
  57.                         <property name="visible">True</property>
  58.                         <property name="history_id">gnome-run</property>
  59.                         <property name="max_saved">10</property>
  60.                         <accessibility>
  61.                           <atkproperty name="AtkObject::accessible_name" translatable="yes">Command entry</atkproperty>
  62.                           <atkproperty name="AtkObject::accessible_description" translatable="yes">Enter a command string here to run it.</atkproperty>
  63.                         </accessibility>
  64.                         <child internal-child="entry">
  65.                           <widget class="GtkEntry" id="gtk_entry">
  66.                             <property name="visible">True</property>
  67.                             <property name="can_focus">True</property>
  68.                             <property name="activates_default">True</property>
  69.                           </widget>
  70.                         </child>
  71.                       </widget>
  72.                     </child>
  73.                     <child>
  74.                       <widget class="GtkHBox" id="hbox2">
  75.                         <property name="visible">True</property>
  76.                         <property name="spacing">12</property>
  77.                         <child>
  78.                           <widget class="GtkCheckButton" id="terminal_checkbox">
  79.                             <property name="visible">True</property>
  80.                             <property name="can_focus">True</property>
  81.                             <property name="label" translatable="yes">Run in _terminal</property>
  82.                             <property name="use_underline">True</property>
  83.                             <property name="draw_indicator">True</property>
  84.                             <accessibility>
  85.                               <atkproperty name="AtkObject::accessible_description" translatable="yes">Select this box to run the command in a terminal window.</atkproperty>
  86.                             </accessibility>
  87.                           </widget>
  88.                         </child>
  89.                         <child>
  90.                           <widget class="GtkButton" id="file_button">
  91.                             <property name="visible">True</property>
  92.                             <property name="can_focus">True</property>
  93.                             <property name="label" translatable="yes">Run with _file...</property>
  94.                             <property name="use_underline">True</property>
  95.                             <accessibility>
  96.                               <atkproperty name="AtkObject::accessible_description" translatable="yes">Click this button to browse for a file whose name to append to the command string.</atkproperty>
  97.                             </accessibility>
  98.                           </widget>
  99.                           <packing>
  100.                             <property name="expand">False</property>
  101.                             <property name="fill">False</property>
  102.                             <property name="position">1</property>
  103.                           </packing>
  104.                         </child>
  105.                       </widget>
  106.                       <packing>
  107.                         <property name="position">1</property>
  108.                       </packing>
  109.                     </child>
  110.                   </widget>
  111.                   <packing>
  112.                     <property name="position">1</property>
  113.                   </packing>
  114.                 </child>
  115.               </widget>
  116.               <packing>
  117.                 <property name="expand">False</property>
  118.               </packing>
  119.             </child>
  120.             <child>
  121.               <widget class="GtkExpander" id="list_expander">
  122.                 <property name="visible">True</property>
  123.                 <property name="can_focus">True</property>
  124.                 <property name="expanded">True</property>
  125.                 <child>
  126.                   <widget class="GtkVBox" id="program_list_box">
  127.                     <property name="visible">True</property>
  128.                     <property name="spacing">6</property>
  129.                     <child>
  130.                       <widget class="GtkScrolledWindow" id="scrolledwindow1">
  131.                         <property name="visible">True</property>
  132.                         <property name="can_focus">True</property>
  133.                         <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  134.                         <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  135.                         <property name="shadow_type">GTK_SHADOW_IN</property>
  136.                         <child>
  137.                           <widget class="GtkTreeView" id="program_list">
  138.                             <property name="visible">True</property>
  139.                             <property name="can_focus">True</property>
  140.                             <property name="headers_visible">False</property>
  141.                             <accessibility>
  142.                               <atkproperty name="AtkObject::accessible_name" translatable="yes">List of known applications</atkproperty>
  143.                             </accessibility>
  144.                           </widget>
  145.                         </child>
  146.                       </widget>
  147.                     </child>
  148.                     <child>
  149.                       <widget class="GtkLabel" id="program_label">
  150.                         <property name="visible">True</property>
  151.                         <property name="can_focus">True</property>
  152.                         <property name="xalign">0</property>
  153.                         <property name="yalign">0</property>
  154.                         <property name="label" translatable="yes">Select an application to view its description.</property>
  155.                         <property name="wrap">True</property>
  156.                         <property name="selectable">True</property>
  157.                       </widget>
  158.                       <packing>
  159.                         <property name="expand">False</property>
  160.                         <property name="fill">False</property>
  161.                         <property name="position">1</property>
  162.                       </packing>
  163.                     </child>
  164.                   </widget>
  165.                 </child>
  166.                 <child>
  167.                   <widget class="GtkLabel" id="label3">
  168.                     <property name="visible">True</property>
  169.                     <property name="xalign">0</property>
  170.                     <property name="yalign">0</property>
  171.                     <property name="label" translatable="yes">Show list of known _applications</property>
  172.                     <property name="use_underline">True</property>
  173.                   </widget>
  174.                   <packing>
  175.                     <property name="type">label_item</property>
  176.                   </packing>
  177.                 </child>
  178.               </widget>
  179.               <packing>
  180.                 <property name="position">1</property>
  181.               </packing>
  182.             </child>
  183.           </widget>
  184.           <packing>
  185.             <property name="position">1</property>
  186.           </packing>
  187.         </child>
  188.         <child internal-child="action_area">
  189.           <widget class="GtkHButtonBox" id="dialog-action_area1">
  190.             <property name="visible">True</property>
  191.             <property name="layout_style">GTK_BUTTONBOX_END</property>
  192.             <child>
  193.               <widget class="GtkButton" id="help_button">
  194.                 <property name="visible">True</property>
  195.                 <property name="can_focus">True</property>
  196.                 <property name="can_default">True</property>
  197.                 <property name="label">gtk-help</property>
  198.                 <property name="use_stock">True</property>
  199.                 <property name="response_id">-11</property>
  200.               </widget>
  201.             </child>
  202.             <child>
  203.               <widget class="GtkButton" id="cancel_button">
  204.                 <property name="visible">True</property>
  205.                 <property name="can_focus">True</property>
  206.                 <property name="can_default">True</property>
  207.                 <property name="label">gtk-cancel</property>
  208.                 <property name="use_stock">True</property>
  209.                 <property name="response_id">-6</property>
  210.               </widget>
  211.               <packing>
  212.                 <property name="position">1</property>
  213.               </packing>
  214.             </child>
  215.             <child>
  216.               <widget class="GtkButton" id="run_button">
  217.                 <property name="visible">True</property>
  218.                 <property name="can_focus">True</property>
  219.                 <property name="can_default">True</property>
  220.                 <property name="has_default">True</property>
  221.                 <property name="response_id">-5</property>
  222.                 <accessibility>
  223.                   <atkproperty name="AtkObject::accessible_description" translatable="yes">Click this button to run the selected application or the command in the command entry field.</atkproperty>
  224.                 </accessibility>
  225.                 <child>
  226.                   <widget class="GtkAlignment" id="alignment1">
  227.                     <property name="visible">True</property>
  228.                     <property name="xscale">0</property>
  229.                     <property name="yscale">0</property>
  230.                     <child>
  231.                       <widget class="GtkHBox" id="hbox2">
  232.                         <property name="visible">True</property>
  233.                         <property name="spacing">2</property>
  234.                         <child>
  235.                           <widget class="GtkImage" id="image1">
  236.                             <property name="visible">True</property>
  237.                             <property name="xalign">0</property>
  238.                             <property name="stock">gtk-execute</property>
  239.                           </widget>
  240.                           <packing>
  241.                             <property name="expand">False</property>
  242.                             <property name="fill">False</property>
  243.                           </packing>
  244.                         </child>
  245.                         <child>
  246.                           <widget class="GtkLabel" id="label1">
  247.                             <property name="visible">True</property>
  248.                             <property name="xalign">0</property>
  249.                             <property name="label" translatable="yes">_Run</property>
  250.                             <property name="use_markup">True</property>
  251.                             <property name="use_underline">True</property>
  252.                           </widget>
  253.                           <packing>
  254.                             <property name="expand">False</property>
  255.                             <property name="fill">False</property>
  256.                             <property name="position">1</property>
  257.                           </packing>
  258.                         </child>
  259.                       </widget>
  260.                     </child>
  261.                   </widget>
  262.                 </child>
  263.               </widget>
  264.               <packing>
  265.                 <property name="position">2</property>
  266.               </packing>
  267.             </child>
  268.           </widget>
  269.           <packing>
  270.             <property name="expand">False</property>
  271.             <property name="pack_type">GTK_PACK_END</property>
  272.           </packing>
  273.         </child>
  274.       </widget>
  275.     </child>
  276.   </widget>
  277. </glade-interface>
  278.